FLASH WINDOW
FLASH WINDOW will flash a specified window. If no window handle is given, the function will flash the DarkBasic Pro window. Flash Count specifies the number of flashes to occur. The Flash Type parameter can have the following values:
0 = No flashes
1 = Flash Caption: Only the caption of the window will flash
2 = Flash Taskbar: Only the taskbar icon of the window will flash
3 = Flash All: Both caption and taskbar icon will flash.
ARGUMENTS:
* Flash Type = The flash type
* Flash Count = The number of flashes
or
* Window Handle = The handle of the window to flash
* Flash Type = The flash type
* Flash Count = The number of flashes
SYNTAX
FLASH WINDOW Flash Type,Flash Count
FLASH WINDOW Window Handle,Flash Type,Flash Count
RELATED INFO
View Window Commands Index
View STYX Index
View STYX Main File
